go/types.Selection.obj (field)

11 uses

	go/types (current package)
		call.go#L943: 				if m := mset.Lookup(check.pkg, sel); m == nil || m.obj != obj {
		methodset.go#L51: 		return m.obj.Id() >= key
		methodset.go#L55: 		if m.obj.Id() == key {
		methodset.go#L205: 		return list[i].obj.Id() < list[j].obj.Id()
		selection.go#L78: 	obj      Object // object denoted by x.f
		selection.go#L91: func (s *Selection) Obj() Object { return s.obj }
		selection.go#L100: 		sig := *s.obj.(*Func).typ.(*Signature)
		selection.go#L111: 		sig := *s.obj.(*Func).typ.(*Signature)
		selection.go#L124: 	return s.obj.Type()
		selection.go#L175: 	fmt.Fprintf(&buf, ") %s", s.obj.Name())